Platform Explorer / Nuxeo Platform 2021.24

Extension point schema

Documentation

Allows to register an Avro schema file with a name.

Contribution Descriptors

  • Class: org.nuxeo.runtime.avro.AvroSchemaDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-core-bulk-2021.24.3.jar /OSGI-INF/bulk-config.xml
    <extension point="schema" target="org.nuxeo.runtime.avro">
        <schema file="avro/Record-0xEE727BE73E8D498.avsc" name="Record-2021.0"/>
        <schema file="avro/BulkCommand-0x5F64BA8BF77C9B7D.avsc" name="BulkCommand-2021.6"/>
        <schema file="avro/BulkStatus-0xA58F151AC3B3DEBF.avsc" name="BulkStatus-2021.7"/>
        <schema file="avro/DataBucket-0xB62494C74E419198.avsc" name="DataBucket-2021.0"/>
      </extension>